home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 November
/
SGI Freeware 1999 November - Disc 2.iso
/
dist
/
fw_IZzip.idb
/
usr
/
freeware
/
src
/
zip
/
nt
/
ntzip.h.z
/
ntzip.h
Wrap
C/C++ Source or Header
|
1997-09-09
|
268b
|
16 lines
/*
* NT specific functions for ZIP.
*/
int GetFileMode(char *name);
long GetTheFileTime(char *name);
int IsFileNameValid(char *name);
int IsFileSystemFAT(char *dir);
void ChangeNameForFAT(char *name);
char *StringLower(char *);
char *GetLongPathEA(char *name);